BaseHeatmapDataSeries<TX,TY,TZ> Class Methods
For a list of all members of this type, see BaseHeatmapDataSeries<TX,TY,TZ> members.
Public Methods
| Name | Description | |
|---|---|---|
![]() | Append | Overloaded. |
![]() | Clear | |
![]() | Clone | |
![]() | DecrementSuspend | Called by SciChart.Core.Framework.IUpdateSuspender each time a target suspender is disposed. When the final target suspender has been disposed, ResumeUpdates is called. |
![]() | FindClosestLine | |
![]() | FindClosestPoint | |
![]() | FindIndex | |
![]() | GetXIndex | Overloaded. |
![]() | GetXIndicesRange | |
![]() | GetXValue | |
![]() | GetYIndex | Overloaded. |
![]() | GetYIndicesRange | |
![]() | GetYMaxAt | |
![]() | GetYMinAt | |
![]() | GetYValue | |
![]() | GetZValue | Returns the Z value of the corresponding heatmap cell. |
![]() | InvalidateParentSurface | May be called to trigger a redraw on the parent SciChart.Charting.Visuals.SciChartSurface. This method is extremely useful when SciChart.Charting.Model.DataSeries.IDataSeries are in a ViewModel and bound via MVVM to SciChart.Charting.Visuals.RenderableSeries.IRenderableSeries. Please see the rangeMode parameter for invalidation options |
![]() | RemoveAt | |
![]() | RemoveRange | |
![]() | ResumeUpdates | Resumes updates on the target, intended to be called by SciChart.Core.Framework.IUpdateSuspender. |
![]() | SuspendUpdates | Suspends drawing updates on the target until the returned object is disposed, when a final draw call will be issued. |
![]() | ToHitTestInfo | |
![]() | ToPointSeries | |
![]() | UpdateZValue | Update ZValue |
Protected Methods
| Name | Description | |
|---|---|---|
![]() | GetXRange | |
![]() | GetXValues | |
![]() | GetYRange | |
![]() | GetYValues | |
![]() | OnPropertyChanged | Overloaded. Raises the System.ComponentModel.INotifyPropertyChanged.PropertyChanged event (Inherited from SciChart.Data.Model.BindableObject) |
Extension Methods
| Name | Description | |
|---|---|---|
![]() | DebugFinalizer<T> | Notifies that finalizer has been invoked |
![]() | ToDoubleArray | Overloaded. Converts an System.IComparable array to double array |
![]() | ToEnumerable<T> | Yields a single item, converting it to System.Collections.IEnumerable. |
![]() | ToPointSeries | |
![]() | ToStringArray2D<T> |
See Also


